internal/runtime/maps.Iter.clearSeq (field)

4 uses

	internal/runtime/maps (current package)
		table.go#L519: 	clearSeq uint64
		table.go#L563: 	it.clearSeq = m.clearSeq
		table.go#L652: 		if it.clearSeq == it.m.clearSeq && !it.typ.Key.Equal(key, key) {
		table.go#L713: 					if it.clearSeq == it.m.clearSeq && !it.typ.Key.Equal(key, key) {